From: Alexandru Ardelean Date: Tue, 11 Nov 2025 07:54:53 +0000 (+0200) Subject: python-setuptools: fix host deps X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=0ae94ee364cfe6b3f50b4480fec59ceea23732a1;p=feed%2Fpackages.git python-setuptools: fix host deps setuptools does not require that many deps. This also fixes some circular dependencies. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-setuptools/Makefile b/lang/python/python-setuptools/Makefile index d3261935c4..2d1e39873f 100644 --- a/lang/python/python-setuptools/Makefile +++ b/lang/python/python-setuptools/Makefile @@ -21,8 +21,6 @@ CPE_ID:=cpe:/a:python:setuptools HOST_BUILD_DEPENDS:= \ python3/host \ - python-build/host \ - python-installer/host \ python-wheel/host \ python-packaging/host